imx8m: Enable CONFIG_SPL_FIT_IMAGE_TINY for iMX8M
authorYe Li <[email protected]>
Tue, 20 Nov 2018 10:19:15 +0000 (10:19 +0000)
committerStefano Babic <[email protected]>
Tue, 1 Jan 2019 13:12:18 +0000 (14:12 +0100)
commitf6282cdd70c3e56001957aa7a6a3d0997ce553c0
tree4feb96cbd38621e829ae9bbdf6edc090bfb64d6e
parent3814fcba12323b9f30f39ee5455f3f9a7e955c64
imx8m: Enable CONFIG_SPL_FIT_IMAGE_TINY for iMX8M

If we don't define CONFIG_SPL_FIT_IMAGE_TINY, when loading images from FIT,
the SPL will record all loadables' info to u-boot's FDT. This causes
problem when HAB is enabled, because FDT's content is modified before
we authenticate it.

Signed-off-by: Ye Li <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
common/spl/Kconfig